home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / mus / edit / AlgoRhythms.lha / AlgoRhythms / Source / drawform.h < prev    next >
C/C++ Source or Header  |  1993-03-31  |  288b  |  12 lines

  1. #ifndef DRAWFORM_LOADED
  2. #define DRAWFORM_LOADED 1
  3. #include "AlgoRhythms.h"
  4.  
  5. /* Drawform.h */
  6.  
  7. void draw_form( const struct timeval *duration, 
  8.                 const FORM_TYPE *form);
  9. void draw_time( const struct timeval *cur_time, 
  10.                 const struct timeval *duration);
  11. #endif
  12.